Skip to main content

DescribeScalingConfigurations

Description

call DescribeScalingConfigurations query scaling configuration.

Request Method

POST

Request Path

/apsara/route/Ess/DescribeScalingConfigurations

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
ScalingConfigurationName.NBODYstringNoNo sample value for this parameter.the name of the scaling configuration, ranging from 1 to 10. The query results ignore the invalid scaling configuration name and do not report an error.
PageSizeBODYintegerNoNo sample value for this parameter.the number of rows per page set during paging query, the maximum value is 50, and the default value is 10.
PageNumberBODYintegerNoNo sample value for this parameter.the page number of the scaling configuration list, with a starting value of 1 and a default value of 1.
regionIdBODYstringYesNo sample value for this parameter.region id
ScalingGroupIdBODYstringNoNo sample value for this parameter.ID of the scaling group.
RegionIdBODYstringYesNo sample value for this parameter.the region ID of the scaling group to which the scaling configuration belongs.
ScalingConfigurationId.NBODYstringNoNo sample value for this parameter.the ID of the scaling configuration, with values ranging from 1 to 10. The query results ignore the invalid scaling configuration ID and do not report an error.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIDstring1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DCRequest id

Example

Successful Response example

{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}